home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Misc
/
InstallerNG
/
developer
/
gui
/
example
/
installergui_base.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-08-08
|
196b
|
15 lines
#ifndef INSTALLERNG_GUILIB_BASE
#define INSTALLERNG_GUILIB_BASE
#include <exec/libraries.h>
struct InstallerGuiBase
{
struct Library igb_Library;
};
#pragma libbase InstallerGuiBase
#endif